home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / ED / PCKEY.ZIP / SOFAR.SCR < prev    next >
Encoding:
Text File  |  1993-05-25  |  428 b   |  28 lines

  1. :sofar.scr
  2.  
  3. clear 21
  4. cursor 0 22
  5. print 'Your speed was 
  6. words 3
  7. print ' wpm, 
  8. if accuracy 3 >= 90 goto passed
  9. print 'but your accuracy was 
  10. accuracy 3
  11. print '%, which simply isn't good
  12. cursor 0 23
  13. print 'enough. Try again.
  14. script - waitspc
  15. goto exit
  16.  
  17. :passed
  18. print 'and your accuracy was 
  19. accuracy 3
  20. print '% which is excellent.
  21. cursor 0 23
  22. print 'Well done.
  23.  
  24. script - waitspc
  25. script - repeat
  26.  
  27. :exit
  28.